Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.ui.web.htmleditor.contrib--plugins

This contribution is part of XML component org.nuxeo.ecm.platform.ui.web.htmleditor.contrib inside nuxeo-platform-ui-web-9.10.jar /OSGI-INF/htmleditor-contrib.xml

Extension Point

Extension point plugins of component HtmlEditorPluginServiceImpl.

Contributed Items

  • <htmlEditorPlugin pluginButtonName="nuxeolink" pluginName="nuxeolink" toolbarName="theme_advanced_buttons3_add">
       </htmlEditorPlugin>
  • <htmlEditorPlugin pluginButtonName="nuxeoimageupload" pluginName="nuxeoimageupload" toolbarName="theme_advanced_buttons3_add">
       </htmlEditorPlugin>
  • <htmlEditorPlugin pluginButtonName="fullscreen" pluginName="fullscreen" toolbarName="theme_advanced_buttons3_add">
       </htmlEditorPlugin>

XML Source

<extension point="plugins" target="org.nuxeo.ecm.platform.ui.web.htmleditor.service.HtmlEditorPluginServiceImpl">

   <htmlEditorPlugin pluginButtonName="nuxeolink" pluginName="nuxeolink" toolbarName="theme_advanced_buttons3_add">
   </htmlEditorPlugin>

   <htmlEditorPlugin pluginButtonName="nuxeoimageupload" pluginName="nuxeoimageupload" toolbarName="theme_advanced_buttons3_add">
   </htmlEditorPlugin>

   <htmlEditorPlugin pluginButtonName="fullscreen" pluginName="fullscreen" toolbarName="theme_advanced_buttons3_add">
   </htmlEditorPlugin>

  </extension>